home *** CD-ROM | disk | FTP | other *** search
- Well, I've finally made progress with my MUD client, of course there is
- still problems...
-
- First, is there any way to make the gui stretch according to the window
- size?
-
- Second, for some reason I can NEVER send anything, I type something into my
- string thingy, then I GUI READ it out. Then I use this (assuming I've
- placed the gui read into temp$)(Also, E$ contains this "chr$(10)+chr$(13)"):
- _SENDLINE=tcp send$(1,TEMP$+E$)
-
- Do I need to check this afterwords or something? why would this not get
- received by what I'm connecting to? Have I screwed up with the end
- characters? Am I asking to many questions? :)
-
- Third, What would be the fastest or most efficient way to filter out the
- chr$(10) and chr$(13) characters from incoming data and force the program
- to go to the next line?
-
- Fourth, How would I make it so I can make the program detect if the TCP
- stack exists? I tried a really lame thing that checked if TCP: existed, but
- that didn't work.
-
- Fifth (I know... alot of questions), how would I make my program respond
- when the connection is refused or closed on the other end?
-
- Sixth, ha ha... kidding, no more... :)
-
- ----------
-
- Just for those who might actually give a damn, I wasn't receiving correctly
- because I forgot to do the 'Tcp Code' check for the amount of bytes
- received, so I had been trying to place data that didn't exist into a
- variable, *sigh*.
-
- -Kaotic aka Horrid (on a MUD *MORT*) aka Delita (on a MUD *IMM*)
- aka Ryan Watson :)
-
- PS. Methinks I'm a wee bit hyper.........
-
- ------------------------------------------------
- - kAOTIc - of Daemonsoft
- ------------------------------------------------
- Daemonsoft web site -
- Http://www.globalserve.net/~kaotic
- -*Under Reconstruction*-
- - - - - - - - - - - - - - - - - - - - - - - - -
- Completed Projects: Fleshy
- Work In Progress...
- I really should start accomplishing more
- geez...
- ------------------------------------------------
-
-
-